home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / lc_160.arc / LASTCALL.DOC next >
Text File  |  1991-05-04  |  3KB  |  87 lines

  1. LastCallers
  2. ===========
  3.  
  4. This program can produce a list of callers to RemoteAccess, FrontDoor or
  5. D'Bridge and a list of 'MailPackets waiting to be picked up'.
  6.  
  7. Depending on your environment, some or all of this options can be activated.
  8.  
  9. Needed for the RemoteAccess part to activate:
  10.  
  11.  ■ The environment variabele 'RA', pointing to the RemoteAccess System Dir,
  12.  ■ CONFIG.RA in the RemoteAccess System Dir,
  13.  ■ LASTCALL.BBS in the RemoteAccess System Dir.
  14.  
  15. Needed for the FrontDoor part to activate:
  16.  
  17.  ■ The environment variabele 'FD', pointing to the FrontDoor System Dir,
  18.  ■ INBOUND.HIS for the Inbound Mail History report,
  19.  ■ OUTBOUND.HIS for the Outbound Mail History report.
  20.  
  21. Needed for the D'Bridge part to activate:
  22.  
  23.  ■ The environment variabele 'DB' or 'DBRIDGE', pointing to the D'Bridge
  24.    System Dir,
  25.  ■ DBRIDGE.DL1 for the Inbound Mail History report,
  26.  ■ DBRIDGE.DL2 for the Outbound Mail History report.
  27.  
  28. Needed for the 'MailPackets waiting to be picked up' part to activate:
  29.  
  30.  ■ PACKETS.CTL somewhere in your PATH
  31.  ■ MailPackets in your OUTBOUND MAIL Dir, created using the ARCMail standard.
  32.    (As described in the FidoNet Technical Standard Document 0001)
  33.  
  34. LastCallers can output the RemoteAccess and FrontDoor statistics to Screen,
  35. RemoteAccess, FrontDoor, D'Bridge and 'Waiting MailPackets' can be put in
  36. a ASCII (*.ASC) and ANSI (*.ANS) file.
  37.  
  38. LastCallers can be activated using COMMANDLINE PARAMETERS or a CONTROLFILE.
  39. If you use commandline parameters, information needed for LastCallers will
  40. be read from CONFIG.RA. 
  41.  
  42. CommandLine Parameters can be:
  43.  
  44. WF as a first or second parameter, meaning WriteFile (*.ASC/*.ANS)
  45. NP as a first or second parameter, meaning NoPause (Don't Pause after 24
  46. lines of screen display or RA & FD parts)
  47. The *.ASC/*.ANS file's default name is LASTCALL.A??. If you include a third
  48. parameter, that will be the new name for the *.ASC/*.ANS file. Please do not
  49. include an extension with the third parameter.
  50.  
  51. Examples:
  52.  
  53. LASTCALL NP
  54. Show statistics to screen without pause
  55.  
  56. LASTCALL WF
  57. Show statistics to screen and LASTCALL.A?? file without pause
  58.  
  59. LASTCALL NP WF
  60. Show statistics to screen and LASTCALL.A?? file without pause
  61.  
  62. LASTCALL NP WF WELCOME
  63. Show statistics to screen and WELCOME.A?? without pause
  64.  
  65. If you use a CONTROLFILE, all information in that controlfile will be used
  66. for LastCallers (Example ControlFile LC.CTL and ControlFile Creator/Editor
  67. LCCTL included in the distribution ZIPFile)
  68.  
  69. ----
  70.  
  71. This program was written by Martijn Ruygrok using Borland's TurboPascal 6.0.
  72. Included in the distribution ZIPFile is a file called RUNTIME.ERR which
  73. contains TurboPascal 6.0 Runtime Errors with explanation, so if you ever
  74. get a runtime error with LastCallers, you know what it means...
  75.  
  76. The Author (Martijn Ruygrok) can be reached at BBS Sussudio, 
  77. INT-31-70-3212177, FidoNet Node 2:281/517 aka SIGNET Node 27:1331/2216
  78. Baudrates : v22,v22bis,v32,HST,MNP1-5,V42,V42Bis
  79. CrashMail accepted 24 Hours a Day,
  80.  
  81. or P.O. Box 53261
  82.    2505 AG  The Hague
  83.    The NetherLands
  84.  
  85. The author can not be held responsible for any damage done by LastCallers,
  86. though it is highly unlikely that such a thing would ever happen.
  87.